NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate<TItem> Class / CanTranslate Method / CanTranslate(Double,Double,Boolean) Method
dx
dy
indicates whether the move permissions of the nodes must be discarded
CanTranslate(Double,Double,Boolean) Method
Determines whether the translate can be performed with the specified offsets
Syntax
public System.bool CanTranslate( 
   System.double dx,
   System.double dy,
   System.bool discardMovePermissions
)

Parameters

dx
dx
dy
dy
discardMovePermissions
indicates whether the move permissions of the nodes must be discarded

Return Value

true if the translation can be performed, otherwise false
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also